projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9839d3
)
(define-ccl-program): Fix a typo. From Pavel Janik <Pavel@Janik.cz>.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 May 2001 04:20:39 +0000
(
04:20
+0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 20 May 2001 04:20:39 +0000
(
04:20
+0000)
lisp/international/ccl.el
patch
|
blob
|
history
diff --git
a/lisp/international/ccl.el
b/lisp/international/ccl.el
index 22b1a032e73bce274cc362823e41389c71837864..5da5cab6ed8ef17a3f3773883b36b7eb96eaeac2 100644
(file)
--- a/
lisp/international/ccl.el
+++ b/
lisp/international/ccl.el
@@
-1280,7
+1280,7
@@
SET := (REG = EXPRESSION)
EXPRESSION := ARG | (EXPRESSION OPERATOR ARG)
-;; Evaluate EXPRESSION. If the result is nonze
or
, execute
+;; Evaluate EXPRESSION. If the result is nonze
ro
, execute
;; CCL_BLOCK_0. Otherwise, execute CCL_BLOCK_1.
IF := (if EXPRESSION CCL_BLOCK_0 CCL_BLOCK_1)